home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
48971
/
48971.xpi
/
content
/
ff-overlay.js
next >
Wrap
Text File
|
2009-11-29
|
459b
|
12 lines
gview.onFirefoxLoad = function(event) {
document.getElementById("contentAreaContextMenu")
.addEventListener("popupshowing", function (e){ gview.showFirefoxContextMenu(e); }, false);
};
gview.showFirefoxContextMenu = function(event) {
// show or hide the menuitem based on what the context menu is on
document.getElementById("context-gview").hidden = !gContextMenu.onLink;
};
window.addEventListener("load", gview.onFirefoxLoad, false);